home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / eval.n < prev    next >
Text File  |  1994-09-20  |  803b  |  67 lines

  1.  
  2.  
  3.  
  4. eval(n)               Tcl Built-In Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      eval - Evaluate a Tcl script
  12.  
  13. SYNOPSIS
  14.      eval _a_r_g ?_a_r_g ...?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      Eval takes one or more arguments, which together comprise  a
  20.      Tcl  script containing one or more commands.  Eval concaten-
  21.      ates all its arguments in the same  fashion  as  the  concat
  22.      command,  passes  the  concatenated string to the Tcl inter-
  23.      preter recursively, and returns the result of  that  evalua-
  24.      tion (or any error generated by it).
  25.  
  26.  
  27. KEYWORDS
  28.      concatenate, evaluate, script
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.